home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 1691 / CLICHE < prev    next >
Text File  |  1990-09-08  |  3KB  |  141 lines

  1. /* Here are a bunch of cliches and old sayings, split into chunks so that
  2. they can be rearranged in amusing ways:
  3. */
  4. cliche: {$noun1 a day keeps $noun2 away.}
  5.      |{$noun1 has $noun1.}
  6.      |{$noun1 $prep1 is worth two $prep1.}
  7.      |{$noun2 can lead $noun2 $prep1 but $noun2 cannot make him drink.}
  8.      |{$noun1 is $noun2 $prep1.}
  9.      |{$noun1 must come down.}
  10.      |{Not even $noun2 fight against $noun1.}
  11.      |{$noun1 is $noun1.}
  12.      |{The best things $prep1 are free.}
  13.      |{Know $noun2.}
  14.      |{The cautious seldom err.}
  15.      |{To go $prep1 is as wrong as $prep1.}
  16.      |{The only thing we have $prep1 is $noun2 itself.}
  17.      |{Love $noun1 as $noun2.}
  18.      |{Early $prep1 and early $prep1 makes $noun1 $adj, $adj, and $adj.}
  19.      |{$expletive what light through yonder window breaks!}
  20.      |{$noun1 is a many splendored $noun2.}
  21.      |{$noun1 of beauty is $noun2 forever.}
  22.      |{The unexamined $noun1 is not $prep1.}
  23.      |{Just do it.}
  24.      |{$noun1 is never having $prep1.}
  25.      |{$noun1 is short, eat $noun2 first.}
  26.      |{What's $prep1, is worth doing $adj.}
  27.      |{Neither $noun1, nor $noun2 be.}
  28.      |{I have not yet begun $prep1.}
  29.      |{When the going gets $adj, $noun1 get going.}
  30.      |{Beam me up, $pron, there's no $adj $noun1 down here.}
  31.      |{He's $adj, $pron}
  32.      |{Every $noun1 has his day.}
  33.      |{Life's $noun1, then you die.}
  34.      |{You're not getting $adj, you're getting $adj.}
  35.      |{If it ain't $adj, don't fix it.}
  36.      |{If it walks like a duck, and it quacks like a duck, 
  37. it's $noun1.}
  38.      |{If $noun1 can go wrong, it will.}
  39.      |{Don't worry, be $adj.}
  40.      |{Have a $adj $noun1.} 
  41.      |{Never look $noun1 in the mouth.}
  42.      |{If it had been $noun1, it would have bit you.}
  43.      |{He ain't $adj, he's $noun1.}
  44.      |{Don't get $adj, get $noun1.}
  45.      |{Garbage in, $noun1 out.}
  46.      |{Keep it $adj, stupid.}
  47.      |{All that glitters is not $noun1.}
  48.      |{$noun1 by any other name would smell as $adj.}
  49.      |{$noun1 catches the worm.}
  50.      ;
  51.  
  52. noun1!u: {an apple}
  53.      |{the early bird}
  54.      |{every cloud}
  55.      |{a silver lining}
  56.      |{necessity}
  57.      |{what goes up}
  58.      |{a penny saved}
  59.      |{a man}
  60.      |{a penny earned}
  61.      |{necessity}
  62.      |{thy brother}
  63.      |{love}
  64.      |{thing}
  65.      |{life}
  66.      |{a rose}
  67.      |{love}
  68.      |{a borrower}
  69.      |{the tough}
  70.      |{life}
  71.      |{dog}
  72.      |{a bitch}
  73.      |{a duck}
  74.      |{anything}
  75.      |{day}
  76.      |{horse}
  77.      |{a snake}
  78.      |{my brother}
  79.      |{even}
  80.      |{garbage}
  81.      |{gold}
  82.      |{a gift horse}
  83.      ;
  84.  
  85. noun2!u: {the doctor}
  86.      |{a bird}
  87.      |{a horse}
  88.      |{you}
  89.      |{the mother}
  90.      |{the gods}
  91.      |{thyself}
  92.      |{fear}
  93.      |{a thing}
  94.      |{a joy}
  95.      |{dessert}
  96.      |{a lender}
  97.      |{tough}
  98.      ;
  99.  
  100. prep1!u: {in the hand}
  101.      |{in the bush}
  102.      |{of invention}
  103.      |{in life}
  104.      |{beyond}
  105.      |{to fall short}
  106.      |{to fear}
  107.      |{to bed}
  108.      |{to rise}
  109.      |{worth living}
  110.      |{to say you're sorry}
  111.      |{worth doing}
  112.      |{to fight}
  113.      ;
  114.  
  115. adj!u: {healthy}
  116.      |{wealthy}
  117.      |{wise}
  118.      |{well}
  119.      |{intelligent}
  120.      |{dead}
  121.      |{sweet}
  122.      |{older}
  123.      |{better}
  124.      |{broke}
  125.      |{happy}
  126.      |{nice}
  127.      |{heavy}
  128.      |{mad}
  129.      |{simple}
  130.      ;
  131.  
  132. expletive!u: {Hark!}
  133.      |{Yo!}
  134.      |{Dang!}
  135.      |{Whoa!}
  136.      ;
  137.  
  138. pron!u: {Scotty}
  139.      |{Jim}
  140.      ;
  141.